home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / keyb / repeat5.zip / REPEAT.BAT < prev    next >
DOS Batch File  |  1994-04-22  |  697b  |  20 lines

  1. @echo off
  2.  
  3. REM           -= Repeat 5.0 Sample Batch File =-
  4. REM 
  5. REM Put this in your UTILITY directory, or somewhere in your
  6. REM DOS PATH if you want global access to REPEAT 5.0.
  7. REM Change the drive setting below to suit your needs.
  8. REM 
  9. REM NOTE: ■ cd \repeat Must not change, all files for REPEAT 5.0 
  10. REM         MUST be in a directory off the ROOT called \REPEAT.
  11. REM       ■ All .SCR files must be in the \REPEAT\SCR directory
  12. REM         to be found properly.
  13. REM       ■ REPEAT5.EXE's filename must not change or you will
  14. REM         get an error when repeat tries to return from executing
  15. REM         a .SCR file.
  16.  
  17. c:
  18. cd \repeat
  19. repeat5.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
  20.